home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / What's New? / Development Kits / Mac OS / USB DDK 1.4.6f4 / Examples / USBEnetSample / ShimEnetStub.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-08-23  |  798 b   |  38 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        ShimEnetStub.h
  3.  
  4.     Contains:    Definitions for the serial shim interface
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.     Written by:    
  9.  
  10.     Copyright:    © 1996, 1998 by Apple Computer, Inc., all rights reserved.
  11.  
  12.     File Ownership:
  13.  
  14.         DRI:                xxx put dri here xxx
  15.  
  16.         Other Contact:        xxx put other contact here xxx
  17.  
  18.         Technology:            USB
  19.  
  20. */
  21.  
  22. #ifndef    _SHIMENETSTUB_
  23. #define    _SHIMENETSTUB_
  24.  
  25. /********************************************************************************************/
  26. //
  27. //    Prototypes
  28. //
  29. /********************************************************************************************/
  30.  
  31. OSErr     InstallShimDrvr(CFragConnectionID ConnID);
  32. OSErr     RemoveShimDrvr(Boolean forceFlag);
  33. OSErr     LoadShim(void);
  34. OSErr     UnLoadShim(void);
  35. void     ShimIODone(ShimRefNum ref, UInt32 marker, OSErr status);
  36.  
  37. #endif
  38.